home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / microracers.swf / scripts / DefineButton2_186 / BUTTONCONDACTION on(keyPress Space).as
Encoding:
Text File  |  2006-06-13  |  186 b   |  11 lines

  1. on(keyPress "<Space>"){
  2.    if(_root.stay == 0)
  3.    {
  4.       _root.p = 5;
  5.       _root.netrofl = true;
  6.       _root.car.flame.gotoandplay(2);
  7.       dwn = true;
  8.       play();
  9.    }
  10. }
  11.